ComponentOne ASP.NET MVC Controls
OnClientReponseTextParsing Method (CollectionViewServiceBuilder<T>)

C1.Web.Mvc.Fluent Namespace > CollectionViewServiceBuilder<T> Class : OnClientReponseTextParsing Method
The value.
Configurates the C1.Web.Mvc.CollectionViewService<T>.OnClientReponseTextParsing client event. Occurs when parsing the response text.
Syntax
'Declaration
 
Public Function OnClientReponseTextParsing( _
   ByVal value As String _
) As CollectionViewServiceBuilder(Of T)
public CollectionViewServiceBuilder<T> OnClientReponseTextParsing( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

CollectionViewServiceBuilder<T> Class
CollectionViewServiceBuilder<T> Members